CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - prime numbers

搜索资源列表

  1. java

    0下载:
  2. 寻找素数,并计算出最大十个数的和-To find prime numbers, and calculate the maximum number of 10 and
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2308
    • 提供者:stephenzou
  1. sushu

    0下载:
  2. 用C++的类的概念写的一个有关寻找一定范围内素数个数并把它们输出的C++源程序-With C++ The concept of the class written by a certain range to find the number of prime numbers and their output C++ Source
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7657
    • 提供者:luzi
  1. PrimeNumber

    0下载:
  2. 这是一个查找1到50内的素数的JAVA程序,-This is a 1-50 to find prime numbers within the JAVA program,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:921
    • 提供者:wuzhijiang
  1. panduansushu

    0下载:
  2. 判断一个数是否为素数:输入一个数,判断它是否为素数.-To determine whether a number of prime numbers: Enter a number to determine whether it is prime.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:795
    • 提供者:鄢燕华
  1. e11

    0下载:
  2. 求球体的表面积 判断一个数是否为素数 求球体的表面积 判断一个数是否为素数-Sphere of surface area for a few to judge whether the prime number for a sphere of surface area to determine whether the number of prime numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1794
    • 提供者:Li
  1. million

    0下载:
  2. million Berin的具体算法,可以进行生成1-10000的所有素数-million Berin specific algorithm, can generate all the prime numbers 1-10000
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:247398
    • 提供者:杨建春
  1. primefind

    0下载:
  2. 计算十亿以内的素数 并以文本形式存储. 通过更改参数可以缩小范围-Calculation of prime numbers within a billion and stored in text form. By changing the parameters can reduce the scope of
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:63612
    • 提供者:cuckoo
  1. 1024RSA

    0下载:
  2. 支持大整数的RSA算法,还可以自动生成随机大素数-Support for large integer RSA algorithm, can also automatically generate random large prime numbers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:63056
    • 提供者:
  1. sushuo

    0下载:
  2. 筛法筛素数,结构很好 效率也不错!算法思想很好!-Sieve Method sieve prime numbers, the structure of the efficiency of good very good! Algorithm good thinking!
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:32699
    • 提供者:爱因斯坦
  1. pb

    0下载:
  2. 一些大学生PD实验的代码和设计。是一个学生信息管理系统,可以输入学生信息数据。以及求水仙花数,求素数之类的小程序-Some college PD code and design of experiments. Is a student information management system, students can enter data. And for a few daffodils, and prime numbers, such as applet
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:303664
    • 提供者:李俊
  1. shiyan12

    0下载:
  2. 编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n) 而后编制主函数,任意输入一个大于4的偶数d,找出满足d=d1+d2的所有数对,其中要求d1与d2均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。 提示:i与d-i的和恰为偶数d,而且只有当i与d-i均为奇数时才有可能成为所求的“数对”。 -Prepared with the follow
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:7801
    • 提供者:
  1. 12

    0下载:
  2. 12. 编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n) 而后编制主函数,任意输入一个大于4的偶数d,找出满足d=d1+d2的所有数对,其中要求d1与d2均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。 提示:i与d-i的和恰为偶数d,而且只有当i与d-i均为奇数时才有可能成为所求的“数对”。 -12. The preparation o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:808
    • 提供者:shen
  1. primecalculator

    0下载:
  2. 计算百亿内素数个数的效率极高的算法,采用动态分配内存和倒筛法,文件夹内附有报告。-Calculating the number of prime numbers in tens of billions of extremely efficient algorithms, dynamic allocation of memory and inverted sieve method, the folder containing the report.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:82667
    • 提供者:slh
  1. 0067

    0下载:
  2. 采用DELPHI实现哥德巴赫猜想,大于等于4的数写成两个素数的和。-DELPHI used to achieve Goldbach conjecture, greater than or equal to 4 several languages and the two prime numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7735
    • 提供者:蒋卫强
  1. bigint

    4下载:
  2. 大素数生成。用于加密解密。具体内容:用C或C++语言编写的一个生成二进制为1024位的大素数的程序。-Generate large prime numbers. For encryption and decryption. Specific elements: using C or C++ Language to prepare a generation of binary for the 1024 program of large prime numbers.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-13
    • 文件大小:21860
    • 提供者:ye ma
  1. RSA

    0下载:
  2. RSA加密算法的基本实现,大素数的选取方面有限制-RSA encryption algorithm of the basic realization of large prime numbers to select a restricted area
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1582
    • 提供者:去伦敦
  1. sushusuanfafenxi

    0下载:
  2. 介绍利用VisualBasic语言判定和筛选素数的基本算法及改进方案。-VisualBasic language to introduce the use of prime numbers and screening to determine the basic algorithm and improve the program.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:251865
    • 提供者:wuzhicheng
  1. rsa

    0下载:
  2. 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6722
    • 提供者:阿达悟
  1. sushu

    0下载:
  2. 用函数过程判断某数是否为素数,利用此函数完成: 1、输出3-100之间的素数; 2、验证哥德巴赫猜想(每一个大于2的偶数都可以表示为两个素数的和)即对于一个偶数。输出他的所有素数和的形式。-Function of the process used to determine whether a number of prime numbers, use this function to complete: 1, the output of the prime numbers between
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2624
    • 提供者:qiangtou
  1. xm1099

    0下载:
  2. Miller-Rabin随机性素数测试,能有效的判断一个小于2^63次方的数是不是素数。-Miller-Rabin prime randomness tests, can effectively determine whether a power of less than 2 ^ 63 is the number of prime numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:876
    • 提供者:jiyaodian
« 1 2 3 4 5 6 78 9 10 11 12 ... 30 »
搜珍网 www.dssz.com